projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f47adf1
)
(makefile-fill-paragraph): Don't remove spaces after the comment start.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 9 Jun 2006 17:43:54 +0000
(17:43 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 9 Jun 2006 17:43:54 +0000
(17:43 +0000)
lisp/progmodes/make-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/make-mode.el
b/lisp/progmodes/make-mode.el
index d22aedb6058bd7bf18fe9546759895d1d3989614..a3146df3e45be4560bfa1b3f5386653c38c3aa72 100644
(file)
--- a/
lisp/progmodes/make-mode.el
+++ b/
lisp/progmodes/make-mode.el
@@
-1304,7
+1304,7
@@
definition and conveniently use this command."
(save-excursion
(beginning-of-line)
(cond
- ((looking-at "^#+")
+ ((looking-at "^#+
\\s-*
")
;; Found a comment. Return nil to let normal filling take place.
nil)